home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / The-Worm.Form < prev    next >
Text File  |  1994-05-12  |  215b  |  30 lines

  1. The-Worm
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 2.0
  6.         y1=-2.0
  7.         y2= 2.0
  8.         bailout=2.0
  9.     }
  10.     {
  11.         c=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         r=z+c
  16.         r=sin(r)
  17.         z=r*r
  18.         t=[1.0,1.0]/z
  19.         z=t*t
  20.         z=[1.0,0.0]/z
  21.         z=z*t
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.